home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / utility / read707.zip / READMAKE.DOC < prev    next >
Text File  |  1997-07-31  |  5KB  |  102 lines

  1. READMAKE.DOC                           1                           Jul 31, 1997
  2.  
  3. The READMAKE program makes any text file into an executable viewable file.  The
  4. viewer is a version of the READ program  and  supports  backscrolling,  EGA/VGA
  5. modes, searching, copying, and printing.  See the separate READ.DOC file for  a
  6. description of the READ program's capabilities.  The  only  difference  between
  7. viewing the file with READ vs viewing it in this self-viewable mode is that you
  8. can't specify any file specification when you use the self-viewable mode.
  9.  
  10. The self-viewable file uses the READ.INI file if one exists.  See READ.DOC  for
  11. an explanation of this file.  READMAKE itself does not use this file however.
  12.  
  13.  
  14. Syntax:
  15.  
  16.     READMAKE [ infile ] [ outfile ] [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  17.       [ /DATE=FILE | /DATE=TODAY | /DATE=NONE ] [ /TITLE="title" ]
  18.       [ /-ENV ] [ /? ]
  19.  
  20. where:
  21.  
  22. "infile" is the name of the text file you want  to  make  self-viewable.   Full
  23. drive and path specifications are allowed.  The program will prompt you for  an
  24. infile specification if none is provided.
  25.  
  26. "outfile" is the name of the executable file you want to create.  Any extension
  27. is ignored (it has to be an .EXE file).  You can specify a drive  and  path  if
  28. desired.  If "outfile" is not specified, the  routine  will  presume  that  the
  29. output file name is the same as the infile name, with an EXE extension.
  30.  
  31. "/OVERWRITE" says to overwrite the outfile if it already exists.
  32.  
  33. "/-OVERWRITE" says to abort if the output file exists already.
  34.  
  35. "/OVERASK" says to prompt if the output file exists already; default.
  36.  
  37. "/DATE=FILE" and "/DATE=TODAY" allow you to specify which date/time stamp  will
  38. appear when the person views the file.  "/DATE=FILE" means they'll see the date
  39. and time that the original text file was last created/modified.   "/DATE=TODAY"
  40. means they'll see the date and time that you ran  READMAKE  on  the  file.   By
  41. default, they will see /DATE=TODAY.
  42.  
  43. "/DATE=NONE" says that no date/time stamp at all will be  shown.   This  allows
  44. the title to be up to 44 characters in length, instead of the normal 29.
  45.  
  46. "/TITLE="title"" allows you to specify a  short  (normally  not  to  exceed  29
  47. characters) title line to appear at the bottom of the viewing screen. Normally,
  48. this title should not exceed 29 characters.  If /DATE=NONE  is  specified,  the
  49. title can be extended to 44  characters.   Any  characters  after  the  maximum
  50. length will be ignored.  The title must be provided within quotation marks.  If
  51. no title is provided, then the default title is "Text file viewer".
  52.  
  53. "/ENV" says to look for %var% occurrences  in  the  command  line  and  try  to
  54. resolve any apparent environmental variable references.  See  BRUCEINI.DOC  for
  55. more information.  This is initially the default.
  56.  
  57. "/-ENV" says to skip resolving apparent %var% occurrences in the command  line.
  58. Initially defaults to "/ENV".
  59.  
  60. "/?" or "/HELP" or "HELP" shows you the syntax for the command.
  61.  
  62. READMAKE.DOC                           2                           Jul 31, 1997
  63.  
  64. Return codes:
  65.  
  66. READMAKE returns the following ERRORLEVEL codes:
  67.         0 = no problems
  68.       254 = internal problem finding string, contact Wayne Software
  69.       255 = syntax problems, file not found, or /? requested
  70.  
  71.  
  72. Author:
  73.  
  74. This program was written by Bruce Guthrie of Wayne Software.  It  is  free  for
  75. use and  redistribution  provided  relevant  documentation  is  kept  with  the
  76. program, no changes are made to the program or documentation,  and  it  is  not
  77. bundled with commercial programs or charged for separately.  People who need to
  78. bundle it in for-sale packages must  pay  a  $50  registration  fee  to  "Wayne
  79. Software" at the following address.
  80.  
  81. Additional information about this and other  Wayne  Software  programs  can  be
  82. found in the file BRUCE.DOC which should be included in the original ZIP  file.
  83. The recent change history for this and the other programs is  provided  in  the
  84. HISTORY.ymm file which should be in the same ZIP file where "y" is replaced  by
  85. the last digit of the year and "mm" is the two  digit  month  of  the  release;
  86. HISTORY.611 came out in November 1996.  This same naming convention is used  in
  87. naming the ZIP file (READymm.ZIP) that this program was included in.
  88.  
  89. Comments and suggestions can also be sent to:
  90.  
  91.                 Bruce Guthrie
  92.                 Wayne Software
  93.                 113 Sheffield St.
  94.                 Silver Spring, MD 20910
  95.  
  96.                 e-mail: WayneSof@erols.com   fax: (301) 588-8986
  97.                 http://www.geocities.com/SiliconValley/Lakes/2414
  98.  
  99. Please provide an Internet e-mail address on all correspondence.
  100.  
  101. 
  102.